QR Factorization
# Tag:
QR Factorization
- 는 orthonormal basis for Col A인 matrix, Orthogonal Projection의 gram-schmidt process를 통해 구한 matrix 이다.
- R은, triangular invertible matrix with positive entries on its diogonal
- A가 Linear Independent하므로, R은 Invertible하다. 따라서 이어 하므로 , digonal entries는 모두 0이 아닌 양수가 되어야 한다.
: Gram-schmidt 과정에서, 을 구할 때마다, 더하게 되는 projection이 늘어나게 되므로, triangular invertible matrix가 나타나게 된다.
inner product로 R을 구하는 이유는, normaliazation coefficient, 그리고 projectio된 길이를 곱해주는 것이라 할 수 있다.
QR Factorization Steps
: 는 orthonormal basis colums 이므로, 는 의 길이를 의미한다.
Q의 길이는 1이므로, Identity Matrix가 된다.
: 는 inner product matrix를 형성하게 된다.